home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- // LTSample.odl : type library source for LTSample.exe
-
- // This file will be processed by the MIDL compiler to produce the
- // type library (LTSample.tlb).
-
- [ uuid(31176188-A076-11D1-B79F-000021452DB6), version(1.0) ]
- library LTSample
- {
- importlib("stdole32.tlb");
-
-
- // Primary dispatch interface for CLTSampleDoc
-
- [ uuid(31176189-A076-11D1-B79F-000021452DB6) ]
- dispinterface ILTSample
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CLTSampleDlgAutoProxy)
- //}}AFX_ODL_PROP
-
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CLTSampleDlgAutoProxy)
- //}}AFX_ODL_METHOD
-
- };
-
- // Class information for CLTSampleDoc
-
- [ uuid(31176187-A076-11D1-B79F-000021452DB6) ]
- coclass LTSample
- {
- [default] dispinterface ILTSample;
- };
-
- //{{AFX_APPEND_ODL}}
- //}}AFX_APPEND_ODL}}
- };
-